Doc improvement
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 7 Jul 2008 00:08:00 +0000 (00:08 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 7 Jul 2008 00:08:00 +0000 (00:08 +0000)
svn path=/trunk/; revision=20799

ChangeLog
gtk/gtktreeview.c

index e608665f9e4452d73f5838b72e94c2674700b7c6..303157d3669439e311ec28eb06cb4c4b8cffed63 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-07-06  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 507953 – gtk_tree_view_set_tooltip_column() shows markups
+
+       * gtk/gtktreeview.c (gtk_tree_view_set_tooltip_column): Mention
+       that the tooltip is set as markup. Proposed by Czirkos Zoltan.
+
 2008-07-06  Matthias Clasen  <mclasen@redhat.com>
 
        Bug 510225 – gtk_widget_get_composite_name retval should be freed
index c6bd79e0d92400dee57e5e9038f76964cbb8bbb9..5da659d6a7dec0bc3a2feb7cf6717c690706276a 100644 (file)
@@ -15553,6 +15553,9 @@ gtk_tree_view_set_tooltip_query_cb (GtkWidget  *widget,
  * When enabled, #GtkWidget::has-tooltip will be set to %TRUE and
  * @tree_view will connect a #GtkWidget::query-tooltip signal handler.
  *
+ * Note that the signal handler sets the text with gtk_tooltip_set_markup(),
+ * so &amp;, &lt;, etc have to be escaped in the text.
+ *
  * Since: 2.12
  */
 void